My Configuration for Sway WM
Configuration
Initial configuration & Dependencies
For this configuration I set the next dependencies which I consider will help you to have an excellent experience in this Window Manager with my caffeine configuration.
# In sudo user you will install sudo
su
apt install sudo
Once you installed sudo, you will modify sudoers file to set sudo rules to your user
su
nano /etc/sudoers
In the file, almost at the end, you will set this:
<your_username> ALL=(ALL:ALL) ALL